Html Css Color HEX #382173 Persian Indigo

📋 copy color: '#382173'

red 56 ◦ green 33 ◦ blue 115

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

Shades of Persian Indigo #382173

Tints of Persian Indigo #382173

RGB

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

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

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

R = 27.45%
G = 16.18%
B = 56.37%

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

#382173 (or 0x382173) is known color: Persian Indigo. HEX triplet: 38, 21 and 73. RGB value is (56,33,115). Sum of RGB (Red+Green+Blue) = 56+33+115=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #382173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382173 is #C7DE8C. Grayscale: #303030. Windows color (decimal): -13098637 or 7545144. OLE color: 7545144.

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

Color convert

RGB 56 33 115 -
CMYK 0.51 0.71 0 0.55
HSL 256.83º 0.55% 0.29% -
HSV(B) 256.83º 0.71% 0.45% -
XYZ 5.27 3.17 16.55 -
YUV 49.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 56 33 115 0.51 0.71 0 0.55 256.83 0.55 0.29
Hex 38 21 73 33 47 0 37 101 37 1D
Octal 70 41 163 63 107 0 67 401 67 35
Binary 111000 100001 1110011 110011 1000111 0 110111 100000001 110111 11101

Color Harmonies of #382173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382173

Black with #382173

Text Example


Text Example

White with #382173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382173; }

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

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

background-color css

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

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

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

border-color css

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

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

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