Html Css Color HEX #300295 Persian Indigo

📋 copy color: '#300295'

red 48 ◦ green 2 ◦ blue 149

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

Shades of Persian Indigo #300295

Tints of Persian Indigo #300295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 149 (58.59% from 255) = 74.87%

R = 24.12%
G = 1.01%
B = 74.87%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#300295 (or 0x300295) is known color: Persian Indigo. HEX triplet: 30, 02 and 95. RGB value is (48,2,149). Sum of RGB (Red+Green+Blue) = 48+2+149=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #300295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300295 is #CFFD6A. Grayscale: #1F1F1F. Windows color (decimal): -13630827 or 9765424. OLE color: 9765424.

HSL color Cylindrical-coordinate representation of color #300295: hue angle of 258.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300295 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 2 149 -
CMYK 0.68 0.99 0 0.42
HSL 258.78º 0.97% 0.3% -
HSV(B) 258.78º 0.99% 0.58% -
XYZ 6.67 2.84 28.63 -
YUV 32.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 48 2 149 0.68 0.99 0 0.42 258.78 0.97 0.3
Hex 30 2 95 44 63 0 2A 103 61 1E
Octal 60 2 225 104 143 0 52 403 141 36
Binary 110000 10 10010101 1000100 1100011 0 101010 100000011 1100001 11110

Color Harmonies of #300295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300295

Black with #300295

Text Example


Text Example

White with #300295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300295; }

 p { color: rgb(48,2,149); }

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

background-color css

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

 a { background-color: rgb(48,2,149); }

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

border-color css

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

 span { border-color: rgb(48,2,149); }

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