Html Css Color HEX #382083 Persian Indigo

📋 copy color: '#382083'

red 56 ◦ green 32 ◦ blue 131

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

Shades of Persian Indigo #382083

Tints of Persian Indigo #382083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.82%

R = 25.57%
G = 14.61%
B = 59.82%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382083 (or 0x382083) is known color: Persian Indigo. HEX triplet: 38, 20 and 83. RGB value is (56,32,131). Sum of RGB (Red+Green+Blue) = 56+32+131=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #382083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382083 is #C7DF7C. Grayscale: #323232. Windows color (decimal): -13098877 or 8593464. OLE color: 8593464.

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

Color convert

RGB 56 32 131 -
CMYK 0.57 0.76 0 0.49
HSL 254.55º 0.61% 0.32% -
HSV(B) 254.55º 0.76% 0.51% -
XYZ 6.24 3.51 21.82 -
YUV 50.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 56 32 131 0.57 0.76 0 0.49 254.55 0.61 0.32
Hex 38 20 83 39 4C 0 31 FF 3D 20
Octal 70 40 203 71 114 0 61 377 75 40
Binary 111000 100000 10000011 111001 1001100 0 110001 11111111 111101 100000

Color Harmonies of #382083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382083

Black with #382083

Text Example


Text Example

White with #382083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382083; }

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

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

background-color css

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

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

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

border-color css

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

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

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