Html Css Color HEX #382081 Persian Indigo

📋 copy color: '#382081'

red 56 ◦ green 32 ◦ blue 129

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

Shades of Persian Indigo #382081

Tints of Persian Indigo #382081

RGB

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

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

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

R = 25.81%
G = 14.75%
B = 59.45%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382081 (or 0x382081) is known color: Persian Indigo. HEX triplet: 38, 20 and 81. RGB value is (56,32,129). Sum of RGB (Red+Green+Blue) = 56+32+129=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #382081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382081 is #C7DF7E. Grayscale: #313131. Windows color (decimal): -13098879 or 8462392. OLE color: 8462392.

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

Color convert

RGB 56 32 129 -
CMYK 0.57 0.75 0 0.49
HSL 254.85º 0.6% 0.32% -
HSV(B) 254.85º 0.75% 0.51% -
XYZ 6.11 3.46 21.11 -
YUV 50.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 56 32 129 0.57 0.75 0 0.49 254.85 0.6 0.32
Hex 38 20 81 39 4B 0 31 FF 3C 20
Octal 70 40 201 71 113 0 61 377 74 40
Binary 111000 100000 10000001 111001 1001011 0 110001 11111111 111100 100000

Color Harmonies of #382081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382081

Black with #382081

Text Example


Text Example

White with #382081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382081; }

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

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

background-color css

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

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

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

border-color css

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

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

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