Html Css Color HEX #382481 Persian Indigo

📋 copy color: '#382481'

red 56 ◦ green 36 ◦ blue 129

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

Shades of Persian Indigo #382481

Tints of Persian Indigo #382481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

 BLUE value IS 129 (50.78% from 255) = 58.37%

R = 25.34%
G = 16.29%
B = 58.37%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382481 (or 0x382481) is known color: Persian Indigo. HEX triplet: 38, 24 and 81. RGB value is (56,36,129). Sum of RGB (Red+Green+Blue) = 56+36+129=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #382481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382481 is #C7DB7E. Grayscale: #343434. Windows color (decimal): -13097855 or 8463416. OLE color: 8463416.

HSL color Cylindrical-coordinate representation of color #382481: hue angle of 252.9º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382481 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 36 129 -
CMYK 0.57 0.72 0 0.49
HSL 252.9º 0.56% 0.32% -
HSV(B) 252.9º 0.72% 0.51% -
XYZ 6.22 3.69 21.15 -
YUV 52.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 56 36 129 0.57 0.72 0 0.49 252.9 0.56 0.32
Hex 38 24 81 39 48 0 31 FD 38 20
Octal 70 44 201 71 110 0 61 375 70 40
Binary 111000 100100 10000001 111001 1001000 0 110001 11111101 111000 100000

Color Harmonies of #382481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382481

Black with #382481

Text Example


Text Example

White with #382481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382481; }

 p { color: rgb(56,36,129); }

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

background-color css

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

 a { background-color: rgb(56,36,129); }

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

border-color css

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

 span { border-color: rgb(56,36,129); }

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