Html Css Color HEX #302094 Persian Indigo

📋 copy color: '#302094'

red 48 ◦ green 32 ◦ blue 148

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

Shades of Persian Indigo #302094

Tints of Persian Indigo #302094

RGB

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

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

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

R = 21.05%
G = 14.04%
B = 64.91%

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

#302094 (or 0x302094) is known color: Persian Indigo. HEX triplet: 30, 20 and 94. RGB value is (48,32,148). Sum of RGB (Red+Green+Blue) = 48+32+148=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #302094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302094 is #CFDF6B. Grayscale: #313131. Windows color (decimal): -13623148 or 9707568. OLE color: 9707568.

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

Color convert

RGB 48 32 148 -
CMYK 0.68 0.78 0 0.42
HSL 248.28º 0.64% 0.35% -
HSV(B) 248.28º 0.78% 0.58% -
XYZ 7.08 3.8 28.38 -
YUV 50.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 48 32 148 0.68 0.78 0 0.42 248.28 0.64 0.35
Hex 30 20 94 44 4E 0 2A F8 40 23
Octal 60 40 224 104 116 0 52 370 100 43
Binary 110000 100000 10010100 1000100 1001110 0 101010 11111000 1000000 100011

Color Harmonies of #302094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302094

Black with #302094

Text Example


Text Example

White with #302094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302094; }

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

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

background-color css

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

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

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

border-color css

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

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

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