Html Css Color HEX #381978 Persian Indigo

📋 copy color: '#381978'

red 56 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #381978

Tints of Persian Indigo #381978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

 BLUE value IS 120 (47.27% from 255) = 59.7%

R = 27.86%
G = 12.44%
B = 59.7%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381978 (or 0x381978) is known color: Persian Indigo. HEX triplet: 38, 19 and 78. RGB value is (56,25,120). Sum of RGB (Red+Green+Blue) = 56+25+120=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #381978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381978 is #C7E687. Grayscale: #2C2C2C. Windows color (decimal): -13100680 or 7870776. OLE color: 7870776.

HSL color Cylindrical-coordinate representation of color #381978: hue angle of 259.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381978 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 25 120 -
CMYK 0.53 0.79 0 0.53
HSL 259.58º 0.66% 0.28% -
HSV(B) 259.58º 0.79% 0.47% -
XYZ 5.37 2.89 18.04 -
YUV 45.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 56 25 120 0.53 0.79 0 0.53 259.58 0.66 0.28
Hex 38 19 78 35 4F 0 35 104 42 1C
Octal 70 31 170 65 117 0 65 404 102 34
Binary 111000 11001 1111000 110101 1001111 0 110101 100000100 1000010 11100

Color Harmonies of #381978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381978

Black with #381978

Text Example


Text Example

White with #381978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381978; }

 p { color: rgb(56,25,120); }

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

background-color css

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

 a { background-color: rgb(56,25,120); }

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

border-color css

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

 span { border-color: rgb(56,25,120); }

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