Html Css Color HEX #302186 Persian Indigo

📋 copy color: '#302186'

red 48 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #302186

Tints of Persian Indigo #302186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.33%

R = 22.33%
G = 15.35%
B = 62.33%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302186 (or 0x302186) is known color: Persian Indigo. HEX triplet: 30, 21 and 86. RGB value is (48,33,134). Sum of RGB (Red+Green+Blue) = 48+33+134=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #302186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302186 is #CFDE79. Grayscale: #303030. Windows color (decimal): -13622906 or 8790320. OLE color: 8790320.

HSL color Cylindrical-coordinate representation of color #302186: hue angle of 248.91º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302186 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 33 134 -
CMYK 0.64 0.75 0 0.47
HSL 248.91º 0.6% 0.33% -
HSV(B) 248.91º 0.75% 0.53% -
XYZ 6.07 3.44 22.9 -
YUV 49 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 48 33 134 0.64 0.75 0 0.47 248.91 0.6 0.33
Hex 30 21 86 40 4B 0 2F F9 3C 21
Octal 60 41 206 100 113 0 57 371 74 41
Binary 110000 100001 10000110 1000000 1001011 0 101111 11111001 111100 100001

Color Harmonies of #302186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302186

Black with #302186

Text Example


Text Example

White with #302186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302186; }

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

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

background-color css

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

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

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

border-color css

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

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

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