Html Css Color HEX #382289 Persian Indigo

📋 copy color: '#382289'

red 56 ◦ green 34 ◦ blue 137

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

Shades of Persian Indigo #382289

Tints of Persian Indigo #382289

RGB

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

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

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

R = 24.67%
G = 14.98%
B = 60.35%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#382289 (or 0x382289) is known color: Persian Indigo. HEX triplet: 38, 22 and 89. RGB value is (56,34,137). Sum of RGB (Red+Green+Blue) = 56+34+137=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #382289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382289 is #C7DD76. Grayscale: #333333. Windows color (decimal): -13098359 or 8987192. OLE color: 8987192.

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

Color convert

RGB 56 34 137 -
CMYK 0.59 0.75 0 0.46
HSL 252.82º 0.6% 0.34% -
HSV(B) 252.82º 0.75% 0.54% -
XYZ 6.72 3.79 24.04 -
YUV 52.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 56 34 137 0.59 0.75 0 0.46 252.82 0.6 0.34
Hex 38 22 89 3B 4B 0 2E FD 3C 22
Octal 70 42 211 73 113 0 56 375 74 42
Binary 111000 100010 10001001 111011 1001011 0 101110 11111101 111100 100010

Color Harmonies of #382289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382289

Black with #382289

Text Example


Text Example

White with #382289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382289; }

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

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

background-color css

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

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

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

border-color css

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

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

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