Html Css Color HEX #382075 Persian Indigo

📋 copy color: '#382075'

red 56 ◦ green 32 ◦ blue 117

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

Shades of Persian Indigo #382075

Tints of Persian Indigo #382075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 27.32%
G = 15.61%
B = 57.07%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#382075 (or 0x382075) is known color: Persian Indigo. HEX triplet: 38, 20 and 75. RGB value is (56,32,117). Sum of RGB (Red+Green+Blue) = 56+32+117=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #382075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382075 is #C7DF8A. Grayscale: #303030. Windows color (decimal): -13098891 or 7675960. OLE color: 7675960.

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

Color convert

RGB 56 32 117 -
CMYK 0.52 0.73 0 0.54
HSL 256.94º 0.57% 0.29% -
HSV(B) 256.94º 0.73% 0.46% -
XYZ 5.36 3.16 17.16 -
YUV 48.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 56 32 117 0.52 0.73 0 0.54 256.94 0.57 0.29
Hex 38 20 75 34 49 0 36 101 39 1D
Octal 70 40 165 64 111 0 66 401 71 35
Binary 111000 100000 1110101 110100 1001001 0 110110 100000001 111001 11101

Color Harmonies of #382075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382075

Black with #382075

Text Example


Text Example

White with #382075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382075; }

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

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

background-color css

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

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

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

border-color css

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

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

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