Html Css Color HEX #380970 Persian Indigo

📋 copy color: '#380970'

red 56 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #380970

Tints of Persian Indigo #380970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 31.64%
G = 5.08%
B = 63.28%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380970 (or 0x380970) is known color: Persian Indigo. HEX triplet: 38, 09 and 70. RGB value is (56,9,112). Sum of RGB (Red+Green+Blue) = 56+9+112=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #380970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380970 is #C7F68F. Grayscale: #222222. Windows color (decimal): -13104784 or 7342392. OLE color: 7342392.

HSL color Cylindrical-coordinate representation of color #380970: hue angle of 267.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380970 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 9 112 -
CMYK 0.50 0.92 0 0.56
HSL 267.38º 0.85% 0.24% -
HSV(B) 267.38º 0.92% 0.44% -
XYZ 4.65 2.21 15.51 -
YUV 34.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 56 9 112 0.50 0.92 0 0.56 267.38 0.85 0.24
Hex 38 9 70 32 5C 0 38 10B 55 18
Octal 70 11 160 62 134 0 70 413 125 30
Binary 111000 1001 1110000 110010 1011100 0 111000 100001011 1010101 11000

Color Harmonies of #380970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380970

Black with #380970

Text Example


Text Example

White with #380970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380970; }

 p { color: rgb(56,9,112); }

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

background-color css

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

 a { background-color: rgb(56,9,112); }

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

border-color css

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

 span { border-color: rgb(56,9,112); }

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