Html Css Color HEX #382383 Persian Indigo

📋 copy color: '#382383'

red 56 ◦ green 35 ◦ blue 131

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

Shades of Persian Indigo #382383

Tints of Persian Indigo #382383

RGB

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

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

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

R = 25.23%
G = 15.77%
B = 59.01%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#382383 (or 0x382383) is known color: Persian Indigo. HEX triplet: 38, 23 and 83. RGB value is (56,35,131). Sum of RGB (Red+Green+Blue) = 56+35+131=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #382383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382383 is #C7DC7C. Grayscale: #333333. Windows color (decimal): -13098109 or 8594232. OLE color: 8594232.

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

Color convert

RGB 56 35 131 -
CMYK 0.57 0.73 0 0.49
HSL 253.13º 0.58% 0.33% -
HSV(B) 253.13º 0.73% 0.51% -
XYZ 6.33 3.68 21.85 -
YUV 52.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 56 35 131 0.57 0.73 0 0.49 253.13 0.58 0.33
Hex 38 23 83 39 49 0 31 FD 3A 21
Octal 70 43 203 71 111 0 61 375 72 41
Binary 111000 100011 10000011 111001 1001001 0 110001 11111101 111010 100001

Color Harmonies of #382383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382383

Black with #382383

Text Example


Text Example

White with #382383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382383; }

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

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

background-color css

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

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

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

border-color css

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

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

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