Html Css Color HEX #382288 Persian Indigo

📋 copy color: '#382288'

red 56 ◦ green 34 ◦ blue 136

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

Shades of Persian Indigo #382288

Tints of Persian Indigo #382288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 136 (53.52% from 255) = 60.18%

R = 24.78%
G = 15.04%
B = 60.18%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#382288 (or 0x382288) is known color: Persian Indigo. HEX triplet: 38, 22 and 88. RGB value is (56,34,136). Sum of RGB (Red+Green+Blue) = 56+34+136=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #382288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382288 is #C7DD77. Grayscale: #333333. Windows color (decimal): -13098360 or 8921656. OLE color: 8921656.

HSL color Cylindrical-coordinate representation of color #382288: hue angle of 252.94º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382288 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 34 136 -
CMYK 0.59 0.75 0 0.47
HSL 252.94º 0.6% 0.33% -
HSV(B) 252.94º 0.75% 0.53% -
XYZ 6.65 3.76 23.67 -
YUV 52.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 56 34 136 0.59 0.75 0 0.47 252.94 0.6 0.33
Hex 38 22 88 3B 4B 0 2F FD 3C 21
Octal 70 42 210 73 113 0 57 375 74 41
Binary 111000 100010 10001000 111011 1001011 0 101111 11111101 111100 100001

Color Harmonies of #382288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382288

Black with #382288

Text Example


Text Example

White with #382288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382288; }

 p { color: rgb(56,34,136); }

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

background-color css

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

 a { background-color: rgb(56,34,136); }

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

border-color css

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

 span { border-color: rgb(56,34,136); }

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