Html Css Color HEX #381672 Persian Indigo

📋 copy color: '#381672'

red 56 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #381672

Tints of Persian Indigo #381672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 29.17%
G = 11.46%
B = 59.38%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381672 (or 0x381672) is known color: Persian Indigo. HEX triplet: 38, 16 and 72. RGB value is (56,22,114). Sum of RGB (Red+Green+Blue) = 56+22+114=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #381672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381672 is #C7E98D. Grayscale: #2A2A2A. Windows color (decimal): -13101454 or 7476792. OLE color: 7476792.

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

Color convert

RGB 56 22 114 -
CMYK 0.51 0.81 0 0.55
HSL 262.17º 0.68% 0.27% -
HSV(B) 262.17º 0.81% 0.45% -
XYZ 4.96 2.63 16.17 -
YUV 42.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 56 22 114 0.51 0.81 0 0.55 262.17 0.68 0.27
Hex 38 16 72 33 51 0 37 106 44 1B
Octal 70 26 162 63 121 0 67 406 104 33
Binary 111000 10110 1110010 110011 1010001 0 110111 100000110 1000100 11011

Color Harmonies of #381672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381672

Black with #381672

Text Example


Text Example

White with #381672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381672; }

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

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

background-color css

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

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

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

border-color css

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

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

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