Html Css Color HEX #382093 Persian Indigo

📋 copy color: '#382093'

red 56 ◦ green 32 ◦ blue 147

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

Shades of Persian Indigo #382093

Tints of Persian Indigo #382093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.55%

R = 23.83%
G = 13.62%
B = 62.55%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#382093 (or 0x382093) is known color: Persian Indigo. HEX triplet: 38, 20 and 93. RGB value is (56,32,147). Sum of RGB (Red+Green+Blue) = 56+32+147=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #382093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382093 is #C7DF6C. Grayscale: #333333. Windows color (decimal): -13098861 or 9642040. OLE color: 9642040.

HSL color Cylindrical-coordinate representation of color #382093: hue angle of 252.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382093 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 32 147 -
CMYK 0.62 0.78 0 0.42
HSL 252.52º 0.64% 0.35% -
HSV(B) 252.52º 0.78% 0.58% -
XYZ 7.41 3.98 27.98 -
YUV 52.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 56 32 147 0.62 0.78 0 0.42 252.52 0.64 0.35
Hex 38 20 93 3E 4E 0 2A FD 40 23
Octal 70 40 223 76 116 0 52 375 100 43
Binary 111000 100000 10010011 111110 1001110 0 101010 11111101 1000000 100011

Color Harmonies of #382093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382093

Black with #382093

Text Example


Text Example

White with #382093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382093; }

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

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

background-color css

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

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

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

border-color css

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

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

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