Html Css Color HEX #382174 Persian Indigo

📋 copy color: '#382174'

red 56 ◦ green 33 ◦ blue 116

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

Shades of Persian Indigo #382174

Tints of Persian Indigo #382174

RGB

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

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

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

R = 27.32%
G = 16.1%
B = 56.59%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#382174 (or 0x382174) is known color: Persian Indigo. HEX triplet: 38, 21 and 74. RGB value is (56,33,116). Sum of RGB (Red+Green+Blue) = 56+33+116=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #382174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382174 is #C7DE8B. Grayscale: #313131. Windows color (decimal): -13098636 or 7610680. OLE color: 7610680.

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

Color convert

RGB 56 33 116 -
CMYK 0.52 0.72 0 0.55
HSL 256.63º 0.56% 0.29% -
HSV(B) 256.63º 0.72% 0.45% -
XYZ 5.33 3.19 16.86 -
YUV 49.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 56 33 116 0.52 0.72 0 0.55 256.63 0.56 0.29
Hex 38 21 74 34 48 0 37 101 38 1D
Octal 70 41 164 64 110 0 67 401 70 35
Binary 111000 100001 1110100 110100 1001000 0 110111 100000001 111000 11101

Color Harmonies of #382174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382174

Black with #382174

Text Example


Text Example

White with #382174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382174; }

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

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

background-color css

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

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

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

border-color css

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

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

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