Html Css Color HEX #380473 Persian Indigo

📋 copy color: '#380473'

red 56 ◦ green 4 ◦ blue 115

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

Shades of Persian Indigo #380473

Tints of Persian Indigo #380473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 32%
G = 2.29%
B = 65.71%

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

#380473 (or 0x380473) is known color: Persian Indigo. HEX triplet: 38, 04 and 73. RGB value is (56,4,115). Sum of RGB (Red+Green+Blue) = 56+4+115=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #380473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380473 is #C7FB8C. Grayscale: #1F1F1F. Windows color (decimal): -13106061 or 7537720. OLE color: 7537720.

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

Color convert

RGB 56 4 115 -
CMYK 0.51 0.97 0 0.55
HSL 268.11º 0.93% 0.23% -
HSV(B) 268.11º 0.97% 0.45% -
XYZ 4.77 2.17 16.39 -
YUV 32.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 56 4 115 0.51 0.97 0 0.55 268.11 0.93 0.23
Hex 38 4 73 33 61 0 37 10C 5D 17
Octal 70 4 163 63 141 0 67 414 135 27
Binary 111000 100 1110011 110011 1100001 0 110111 100001100 1011101 10111

Color Harmonies of #380473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380473

Black with #380473

Text Example


Text Example

White with #380473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380473; }

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

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

background-color css

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

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

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

border-color css

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

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

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