Html Css Color HEX #301096 Persian Indigo

📋 copy color: '#301096'

red 48 ◦ green 16 ◦ blue 150

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

Shades of Persian Indigo #301096

Tints of Persian Indigo #301096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

 BLUE value IS 150 (58.98% from 255) = 70.09%

R = 22.43%
G = 7.48%
B = 70.09%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301096 (or 0x301096) is known color: Persian Indigo. HEX triplet: 30, 10 and 96. RGB value is (48,16,150). Sum of RGB (Red+Green+Blue) = 48+16+150=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #301096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301096 is #CFEF69. Grayscale: #282828. Windows color (decimal): -13627242 or 9834544. OLE color: 9834544.

HSL color Cylindrical-coordinate representation of color #301096: hue angle of 254.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301096 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 16 150 -
CMYK 0.68 0.89 0 0.41
HSL 254.33º 0.81% 0.33% -
HSV(B) 254.33º 0.89% 0.59% -
XYZ 6.91 3.2 29.11 -
YUV 40.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 48 16 150 0.68 0.89 0 0.41 254.33 0.81 0.33
Hex 30 10 96 44 59 0 29 FE 51 21
Octal 60 20 226 104 131 0 51 376 121 41
Binary 110000 10000 10010110 1000100 1011001 0 101001 11111110 1010001 100001

Color Harmonies of #301096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301096

Black with #301096

Text Example


Text Example

White with #301096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301096; }

 p { color: rgb(48,16,150); }

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

background-color css

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

 a { background-color: rgb(48,16,150); }

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

border-color css

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

 span { border-color: rgb(48,16,150); }

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