Html Css Color HEX #380373 Persian Indigo

📋 copy color: '#380373'

red 56 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #380373

Tints of Persian Indigo #380373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 32.18%
G = 1.72%
B = 66.09%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#380373 (or 0x380373) is known color: Persian Indigo. HEX triplet: 38, 03 and 73. RGB value is (56,3,115). Sum of RGB (Red+Green+Blue) = 56+3+115=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #380373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380373 is #C7FC8C. Grayscale: #1F1F1F. Windows color (decimal): -13106317 or 7537464. OLE color: 7537464.

HSL color Cylindrical-coordinate representation of color #380373: hue angle of 268.39º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380373 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 3 115 -
CMYK 0.51 0.97 0 0.55
HSL 268.39º 0.95% 0.23% -
HSV(B) 268.39º 0.97% 0.45% -
XYZ 4.76 2.14 16.38 -
YUV 31.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 56 3 115 0.51 0.97 0 0.55 268.39 0.95 0.23
Hex 38 3 73 33 61 0 37 10C 5F 17
Octal 70 3 163 63 141 0 67 414 137 27
Binary 111000 11 1110011 110011 1100001 0 110111 100001100 1011111 10111

Color Harmonies of #380373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380373

Black with #380373

Text Example


Text Example

White with #380373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380373; }

 p { color: rgb(56,3,115); }

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

background-color css

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

 a { background-color: rgb(56,3,115); }

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

border-color css

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

 span { border-color: rgb(56,3,115); }

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