Html Css Color HEX #382089 Persian Indigo

📋 copy color: '#382089'

red 56 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #382089

Tints of Persian Indigo #382089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 24.89%
G = 14.22%
B = 60.89%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#382089 (or 0x382089) is known color: Persian Indigo. HEX triplet: 38, 20 and 89. RGB value is (56,32,137). Sum of RGB (Red+Green+Blue) = 56+32+137=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #382089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382089 is #C7DF76. Grayscale: #323232. Windows color (decimal): -13098871 or 8986680. OLE color: 8986680.

HSL color Cylindrical-coordinate representation of color #382089: hue angle of 253.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382089 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 32 137 -
CMYK 0.59 0.77 0 0.46
HSL 253.71º 0.62% 0.33% -
HSV(B) 253.71º 0.77% 0.54% -
XYZ 6.66 3.68 24.03 -
YUV 51.15 176.45 131.46 -
System Red Green Blue C M Y K H S L
Decimal 56 32 137 0.59 0.77 0 0.46 253.71 0.62 0.33
Hex 38 20 89 3B 4D 0 2E FE 3E 21
Octal 70 40 211 73 115 0 56 376 76 41
Binary 111000 100000 10001001 111011 1001101 0 101110 11111110 111110 100001

Color Harmonies of #382089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382089

Black with #382089

Text Example


Text Example

White with #382089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382089; }

 p { color: rgb(56,32,137); }

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

background-color css

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

 a { background-color: rgb(56,32,137); }

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

border-color css

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

 span { border-color: rgb(56,32,137); }

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