Html Css Color HEX #382485 Persian Indigo

📋 copy color: '#382485'

red 56 ◦ green 36 ◦ blue 133

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

Shades of Persian Indigo #382485

Tints of Persian Indigo #382485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 24.89%
G = 16%
B = 59.11%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#382485 (or 0x382485) is known color: Persian Indigo. HEX triplet: 38, 24 and 85. RGB value is (56,36,133). Sum of RGB (Red+Green+Blue) = 56+36+133=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #382485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382485 is #C7DB7A. Grayscale: #343434. Windows color (decimal): -13097851 or 8725560. OLE color: 8725560.

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

Color convert

RGB 56 36 133 -
CMYK 0.58 0.73 0 0.48
HSL 252.37º 0.57% 0.33% -
HSV(B) 252.37º 0.73% 0.52% -
XYZ 6.5 3.8 22.58 -
YUV 53.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 56 36 133 0.58 0.73 0 0.48 252.37 0.57 0.33
Hex 38 24 85 3A 49 0 30 FC 39 21
Octal 70 44 205 72 111 0 60 374 71 41
Binary 111000 100100 10000101 111010 1001001 0 110000 11111100 111001 100001

Color Harmonies of #382485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382485

Black with #382485

Text Example


Text Example

White with #382485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382485; }

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

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

background-color css

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

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

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

border-color css

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

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

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