Html Css Color HEX #380374 Persian Indigo

📋 copy color: '#380374'

red 56 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #380374

Tints of Persian Indigo #380374

RGB

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

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

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

R = 32%
G = 1.71%
B = 66.29%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#380374 (or 0x380374) is known color: Persian Indigo. HEX triplet: 38, 03 and 74. RGB value is (56,3,116). Sum of RGB (Red+Green+Blue) = 56+3+116=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #380374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380374 is #C7FC8B. Grayscale: #1F1F1F. Windows color (decimal): -13106316 or 7603000. OLE color: 7603000.

HSL color Cylindrical-coordinate representation of color #380374: hue angle of 268.14º 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 #380374 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 3 116 -
CMYK 0.52 0.97 0 0.55
HSL 268.14º 0.95% 0.23% -
HSV(B) 268.14º 0.97% 0.45% -
XYZ 4.82 2.17 16.69 -
YUV 31.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 56 3 116 0.52 0.97 0 0.55 268.14 0.95 0.23
Hex 38 3 74 34 61 0 37 10C 5F 17
Octal 70 3 164 64 141 0 67 414 137 27
Binary 111000 11 1110100 110100 1100001 0 110111 100001100 1011111 10111

Color Harmonies of #380374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380374

Black with #380374

Text Example


Text Example

White with #380374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380374; }

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

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

background-color css

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

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

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

border-color css

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

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

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