Html Css Color HEX #380574 Persian Indigo

📋 copy color: '#380574'

red 56 ◦ green 5 ◦ blue 116

#380574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #380574

Tints of Persian Indigo #380574

RGB

 RED value IS 56 (22.27% from 255) = 31.64%

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 31.64%
G = 2.82%
B = 65.54%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#380574 (or 0x380574) is known color: Persian Indigo. HEX triplet: 38, 05 and 74. RGB value is (56,5,116). Sum of RGB (Red+Green+Blue) = 56+5+116=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #380574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380574 is #C7FA8B. Grayscale: #202020. Windows color (decimal): -13105804 or 7603512. OLE color: 7603512.

HSL color Cylindrical-coordinate representation of color #380574: hue angle of 267.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380574 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 5 116 -
CMYK 0.52 0.96 0 0.55
HSL 267.57º 0.92% 0.24% -
HSV(B) 267.57º 0.96% 0.45% -
XYZ 4.84 2.21 16.69 -
YUV 32.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 56 5 116 0.52 0.96 0 0.55 267.57 0.92 0.24
Hex 38 5 74 34 60 0 37 10C 5C 18
Octal 70 5 164 64 140 0 67 414 134 30
Binary 111000 101 1110100 110100 1100000 0 110111 100001100 1011100 11000

Color Harmonies of #380574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380574

Black with #380574

Text Example


Text Example

White with #380574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380574; }

 p { color: rgb(56,5,116); }

 H1.HeaderClassName
 {
   color: #380574;
 }
 .AnyTagClassName
 {
   color: #380574;
 }
</style>

background-color css

<style>
 a { background-color: #380574; }

 a { background-color: rgb(56,5,116); }

 div.DivClassName
 {
   background-color: #380574;
 }
 .BgClassName
 {
   background-color: #380574;
 }
</style>

border-color css

<style>
 span { border-color: #380574; }

 span { border-color: rgb(56,5,116); }

 td.TdClassName
 {
   border-color: #380574;
 }
 .TagClassName
 {
   border-color: #380574;
 }
</style>