Html Css Color HEX #380294 Persian Indigo

📋 copy color: '#380294'

red 56 ◦ green 2 ◦ blue 148

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

Shades of Persian Indigo #380294

Tints of Persian Indigo #380294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 27.18%
G = 0.97%
B = 71.84%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380294 (or 0x380294) is known color: Persian Indigo. HEX triplet: 38, 02 and 94. RGB value is (56,2,148). Sum of RGB (Red+Green+Blue) = 56+2+148=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #380294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380294 is #C7FD6B. Grayscale: #222222. Windows color (decimal): -13106540 or 9699896. OLE color: 9699896.

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

Color convert

RGB 56 2 148 -
CMYK 0.62 0.99 0 0.42
HSL 262.19º 0.97% 0.29% -
HSV(B) 262.19º 0.99% 0.58% -
XYZ 7 3.02 28.23 -
YUV 34.79 191.89 143.13 -
System Red Green Blue C M Y K H S L
Decimal 56 2 148 0.62 0.99 0 0.42 262.19 0.97 0.29
Hex 38 2 94 3E 63 0 2A 106 61 1D
Octal 70 2 224 76 143 0 52 406 141 35
Binary 111000 10 10010100 111110 1100011 0 101010 100000110 1100001 11101

Color Harmonies of #380294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380294

Black with #380294

Text Example


Text Example

White with #380294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380294; }

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

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

background-color css

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

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

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

border-color css

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

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

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