Html Css Color HEX #382085 Persian Indigo

📋 copy color: '#382085'

red 56 ◦ green 32 ◦ blue 133

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

Shades of Persian Indigo #382085

Tints of Persian Indigo #382085

RGB

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

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

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

R = 25.34%
G = 14.48%
B = 60.18%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#382085 (or 0x382085) is known color: Persian Indigo. HEX triplet: 38, 20 and 85. RGB value is (56,32,133). Sum of RGB (Red+Green+Blue) = 56+32+133=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #382085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382085 is #C7DF7A. Grayscale: #323232. Windows color (decimal): -13098875 or 8724536. OLE color: 8724536.

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

Color convert

RGB 56 32 133 -
CMYK 0.58 0.76 0 0.48
HSL 254.26º 0.61% 0.32% -
HSV(B) 254.26º 0.76% 0.52% -
XYZ 6.38 3.57 22.54 -
YUV 50.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 56 32 133 0.58 0.76 0 0.48 254.26 0.61 0.32
Hex 38 20 85 3A 4C 0 30 FE 3D 20
Octal 70 40 205 72 114 0 60 376 75 40
Binary 111000 100000 10000101 111010 1001100 0 110000 11111110 111101 100000

Color Harmonies of #382085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382085

Black with #382085

Text Example


Text Example

White with #382085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382085; }

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

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

background-color css

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

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

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

border-color css

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

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

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