Html Css Color HEX #382389 Persian Indigo

📋 copy color: '#382389'

red 56 ◦ green 35 ◦ blue 137

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

Shades of Persian Indigo #382389

Tints of Persian Indigo #382389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 24.56%
G = 15.35%
B = 60.09%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#382389 (or 0x382389) is known color: Persian Indigo. HEX triplet: 38, 23 and 89. RGB value is (56,35,137). Sum of RGB (Red+Green+Blue) = 56+35+137=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #382389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382389 is #C7DC76. Grayscale: #343434. Windows color (decimal): -13098103 or 8987448. OLE color: 8987448.

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

Color convert

RGB 56 35 137 -
CMYK 0.59 0.74 0 0.46
HSL 252.35º 0.59% 0.34% -
HSV(B) 252.35º 0.74% 0.54% -
XYZ 6.75 3.85 24.05 -
YUV 52.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 56 35 137 0.59 0.74 0 0.46 252.35 0.59 0.34
Hex 38 23 89 3B 4A 0 2E FC 3B 22
Octal 70 43 211 73 112 0 56 374 73 42
Binary 111000 100011 10001001 111011 1001010 0 101110 11111100 111011 100010

Color Harmonies of #382389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382389

Black with #382389

Text Example


Text Example

White with #382389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382389; }

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

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

background-color css

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

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

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

border-color css

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

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

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