Html Css Color HEX #381574 Persian Indigo

📋 copy color: '#381574'

red 56 ◦ green 21 ◦ blue 116

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

Shades of Persian Indigo #381574

Tints of Persian Indigo #381574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 29.02%
G = 10.88%
B = 60.1%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381574 (or 0x381574) is known color: Persian Indigo. HEX triplet: 38, 15 and 74. RGB value is (56,21,116). Sum of RGB (Red+Green+Blue) = 56+21+116=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #381574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381574 is #C7EA8B. Grayscale: #292929. Windows color (decimal): -13101708 or 7607608. OLE color: 7607608.

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

Color convert

RGB 56 21 116 -
CMYK 0.52 0.82 0 0.55
HSL 262.11º 0.69% 0.27% -
HSV(B) 262.11º 0.82% 0.45% -
XYZ 5.05 2.64 16.77 -
YUV 42.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 56 21 116 0.52 0.82 0 0.55 262.11 0.69 0.27
Hex 38 15 74 34 52 0 37 106 45 1B
Octal 70 25 164 64 122 0 67 406 105 33
Binary 111000 10101 1110100 110100 1010010 0 110111 100000110 1000101 11011

Color Harmonies of #381574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381574

Black with #381574

Text Example


Text Example

White with #381574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381574; }

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

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

background-color css

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

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

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

border-color css

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

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

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