Html Css Color HEX #382172 Persian Indigo

📋 copy color: '#382172'

red 56 ◦ green 33 ◦ blue 114

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

Shades of Persian Indigo #382172

Tints of Persian Indigo #382172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 27.59%
G = 16.26%
B = 56.16%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#382172 (or 0x382172) is known color: Persian Indigo. HEX triplet: 38, 21 and 72. RGB value is (56,33,114). Sum of RGB (Red+Green+Blue) = 56+33+114=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #382172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382172 is #C7DE8D. Grayscale: #303030. Windows color (decimal): -13098638 or 7479608. OLE color: 7479608.

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

Color convert

RGB 56 33 114 -
CMYK 0.51 0.71 0 0.55
HSL 257.04º 0.55% 0.29% -
HSV(B) 257.04º 0.71% 0.45% -
XYZ 5.21 3.14 16.25 -
YUV 49.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 56 33 114 0.51 0.71 0 0.55 257.04 0.55 0.29
Hex 38 21 72 33 47 0 37 101 37 1D
Octal 70 41 162 63 107 0 67 401 67 35
Binary 111000 100001 1110010 110011 1000111 0 110111 100000001 110111 11101

Color Harmonies of #382172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382172

Black with #382172

Text Example


Text Example

White with #382172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382172; }

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

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

background-color css

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

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

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

border-color css

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

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

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