Html Css Color HEX #301296 Persian Indigo

📋 copy color: '#301296'

red 48 ◦ green 18 ◦ blue 150

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

Shades of Persian Indigo #301296

Tints of Persian Indigo #301296

RGB

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

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

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

R = 22.22%
G = 8.33%
B = 69.44%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#301296 (or 0x301296) is known color: Persian Indigo. HEX triplet: 30, 12 and 96. RGB value is (48,18,150). Sum of RGB (Red+Green+Blue) = 48+18+150=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #301296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301296 is #CFED69. Grayscale: #292929. Windows color (decimal): -13626730 or 9835056. OLE color: 9835056.

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

Color convert

RGB 48 18 150 -
CMYK 0.68 0.88 0 0.41
HSL 253.64º 0.79% 0.33% -
HSV(B) 253.64º 0.88% 0.59% -
XYZ 6.94 3.26 29.12 -
YUV 42.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 48 18 150 0.68 0.88 0 0.41 253.64 0.79 0.33
Hex 30 12 96 44 58 0 29 FE 4F 21
Octal 60 22 226 104 130 0 51 376 117 41
Binary 110000 10010 10010110 1000100 1011000 0 101001 11111110 1001111 100001

Color Harmonies of #301296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301296

Black with #301296

Text Example


Text Example

White with #301296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301296; }

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

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

background-color css

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

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

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

border-color css

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

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

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