Html Css Color HEX #380A72 Persian Indigo

📋 copy color: '#380A72'

red 56 ◦ green 10 ◦ blue 114

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

Shades of Persian Indigo #380A72

Tints of Persian Indigo #380A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.56%

 BLUE value IS 114 (44.92% from 255) = 63.33%

R = 31.11%
G = 5.56%
B = 63.33%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#380A72 (or 0x380A72) is known color: Persian Indigo. HEX triplet: 38, 0A and 72. RGB value is (56,10,114). Sum of RGB (Red+Green+Blue) = 56+10+114=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #380A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380A72 is #C7F58D. Grayscale: #232323. Windows color (decimal): -13104526 or 7473720. OLE color: 7473720.

HSL color Cylindrical-coordinate representation of color #380A72: hue angle of 266.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380A72 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 10 114 -
CMYK 0.51 0.91 0 0.55
HSL 266.54º 0.84% 0.24% -
HSV(B) 266.54º 0.91% 0.45% -
XYZ 4.78 2.27 16.11 -
YUV 35.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 56 10 114 0.51 0.91 0 0.55 266.54 0.84 0.24
Hex 38 A 72 33 5B 0 37 10B 54 18
Octal 70 12 162 63 133 0 67 413 124 30
Binary 111000 1010 1110010 110011 1011011 0 110111 100001011 1010100 11000

Color Harmonies of #380A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A72

Black with #380A72

Text Example


Text Example

White with #380A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A72; }

 p { color: rgb(56,10,114); }

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

background-color css

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

 a { background-color: rgb(56,10,114); }

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

border-color css

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

 span { border-color: rgb(56,10,114); }

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