Html Css Color HEX #302686 Persian Indigo

📋 copy color: '#302686'

red 48 ◦ green 38 ◦ blue 134

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

Shades of Persian Indigo #302686

Tints of Persian Indigo #302686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 21.82%
G = 17.27%
B = 60.91%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302686 (or 0x302686) is known color: Persian Indigo. HEX triplet: 30, 26 and 86. RGB value is (48,38,134). Sum of RGB (Red+Green+Blue) = 48+38+134=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #302686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302686 is #CFD979. Grayscale: #333333. Windows color (decimal): -13621626 or 8791600. OLE color: 8791600.

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

Color convert

RGB 48 38 134 -
CMYK 0.64 0.72 0 0.47
HSL 246.25º 0.56% 0.34% -
HSV(B) 246.25º 0.72% 0.53% -
XYZ 6.22 3.74 22.95 -
YUV 51.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 48 38 134 0.64 0.72 0 0.47 246.25 0.56 0.34
Hex 30 26 86 40 48 0 2F F6 38 22
Octal 60 46 206 100 110 0 57 366 70 42
Binary 110000 100110 10000110 1000000 1001000 0 101111 11110110 111000 100010

Color Harmonies of #302686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302686

Black with #302686

Text Example


Text Example

White with #302686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302686; }

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

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

background-color css

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

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

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

border-color css

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

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

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