Html Css Color HEX #382194 Persian Indigo

📋 copy color: '#382194'

red 56 ◦ green 33 ◦ blue 148

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

Shades of Persian Indigo #382194

Tints of Persian Indigo #382194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 23.63%
G = 13.92%
B = 62.45%

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

#382194 (or 0x382194) is known color: Persian Indigo. HEX triplet: 38, 21 and 94. RGB value is (56,33,148). Sum of RGB (Red+Green+Blue) = 56+33+148=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #382194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382194 is #C7DE6B. Grayscale: #343434. Windows color (decimal): -13098604 or 9707832. OLE color: 9707832.

HSL color Cylindrical-coordinate representation of color #382194: hue angle of 252º 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 #382194 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 33 148 -
CMYK 0.62 0.78 0 0.42
HSL 252º 0.64% 0.35% -
HSV(B) 252º 0.78% 0.58% -
XYZ 7.52 4.07 28.41 -
YUV 52.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 56 33 148 0.62 0.78 0 0.42 252 0.64 0.35
Hex 38 21 94 3E 4E 0 2A FC 40 23
Octal 70 41 224 76 116 0 52 374 100 43
Binary 111000 100001 10010100 111110 1001110 0 101010 11111100 1000000 100011

Color Harmonies of #382194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382194

Black with #382194

Text Example


Text Example

White with #382194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382194; }

 p { color: rgb(56,33,148); }

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

background-color css

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

 a { background-color: rgb(56,33,148); }

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

border-color css

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

 span { border-color: rgb(56,33,148); }

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