Html Css Color HEX #301286 Persian Indigo

📋 copy color: '#301286'

red 48 ◦ green 18 ◦ blue 134

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

Shades of Persian Indigo #301286

Tints of Persian Indigo #301286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 24%
G = 9%
B = 67%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#301286 (or 0x301286) is known color: Persian Indigo. HEX triplet: 30, 12 and 86. RGB value is (48,18,134). Sum of RGB (Red+Green+Blue) = 48+18+134=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #301286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301286 is #CFED79. Grayscale: #272727. Windows color (decimal): -13626746 or 8786480. OLE color: 8786480.

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

Color convert

RGB 48 18 134 -
CMYK 0.64 0.87 0 0.47
HSL 255.52º 0.76% 0.3% -
HSV(B) 255.52º 0.87% 0.53% -
XYZ 5.74 2.78 22.79 -
YUV 40.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 48 18 134 0.64 0.87 0 0.47 255.52 0.76 0.3
Hex 30 12 86 40 57 0 2F 100 4C 1E
Octal 60 22 206 100 127 0 57 400 114 36
Binary 110000 10010 10000110 1000000 1010111 0 101111 100000000 1001100 11110

Color Harmonies of #301286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301286

Black with #301286

Text Example


Text Example

White with #301286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301286; }

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

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

background-color css

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

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

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

border-color css

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

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

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