Html Css Color HEX #302194 Persian Indigo

📋 copy color: '#302194'

red 48 ◦ green 33 ◦ blue 148

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

Shades of Persian Indigo #302194

Tints of Persian Indigo #302194

RGB

 RED value IS 48 (19.14% from 255) = 20.96%

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

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

R = 20.96%
G = 14.41%
B = 64.63%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#302194 (or 0x302194) is known color: Persian Indigo. HEX triplet: 30, 21 and 94. RGB value is (48,33,148). Sum of RGB (Red+Green+Blue) = 48+33+148=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #302194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302194 is #CFDE6B. Grayscale: #323232. Windows color (decimal): -13622892 or 9707824. OLE color: 9707824.

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

Color convert

RGB 48 33 148 -
CMYK 0.68 0.78 0 0.42
HSL 247.83º 0.64% 0.35% -
HSV(B) 247.83º 0.78% 0.58% -
XYZ 7.11 3.85 28.39 -
YUV 50.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 48 33 148 0.68 0.78 0 0.42 247.83 0.64 0.35
Hex 30 21 94 44 4E 0 2A F8 40 23
Octal 60 41 224 104 116 0 52 370 100 43
Binary 110000 100001 10010100 1000100 1001110 0 101010 11111000 1000000 100011

Color Harmonies of #302194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302194

Black with #302194

Text Example


Text Example

White with #302194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302194; }

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

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

background-color css

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

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

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

border-color css

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

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

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