Html Css Color HEX #382294 Persian Indigo

📋 copy color: '#382294'

red 56 ◦ green 34 ◦ blue 148

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

Shades of Persian Indigo #382294

Tints of Persian Indigo #382294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

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

R = 23.53%
G = 14.29%
B = 62.18%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#382294 (or 0x382294) is known color: Persian Indigo. HEX triplet: 38, 22 and 94. RGB value is (56,34,148). Sum of RGB (Red+Green+Blue) = 56+34+148=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #382294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382294 is #C7DD6B. Grayscale: #353535. Windows color (decimal): -13098348 or 9708088. OLE color: 9708088.

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

Color convert

RGB 56 34 148 -
CMYK 0.62 0.77 0 0.42
HSL 251.58º 0.63% 0.36% -
HSV(B) 251.58º 0.77% 0.58% -
XYZ 7.55 4.12 28.41 -
YUV 53.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 56 34 148 0.62 0.77 0 0.42 251.58 0.63 0.36
Hex 38 22 94 3E 4D 0 2A FC 3F 24
Octal 70 42 224 76 115 0 52 374 77 44
Binary 111000 100010 10010100 111110 1001101 0 101010 11111100 111111 100100

Color Harmonies of #382294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382294

Black with #382294

Text Example


Text Example

White with #382294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382294; }

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

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

background-color css

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

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

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

border-color css

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

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

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