Html Css Color HEX #300291 Persian Indigo

📋 copy color: '#300291'

red 48 ◦ green 2 ◦ blue 145

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

Shades of Persian Indigo #300291

Tints of Persian Indigo #300291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 74.36%

R = 24.62%
G = 1.03%
B = 74.36%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#300291 (or 0x300291) is known color: Persian Indigo. HEX triplet: 30, 02 and 91. RGB value is (48,2,145). Sum of RGB (Red+Green+Blue) = 48+2+145=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #300291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300291 is #CFFD6E. Grayscale: #1F1F1F. Windows color (decimal): -13630831 or 9503280. OLE color: 9503280.

HSL color Cylindrical-coordinate representation of color #300291: hue angle of 259.3º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300291 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 2 145 -
CMYK 0.67 0.99 0 0.43
HSL 259.3º 0.97% 0.29% -
HSV(B) 259.3º 0.99% 0.57% -
XYZ 6.35 2.72 26.98 -
YUV 32.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 48 2 145 0.67 0.99 0 0.43 259.3 0.97 0.29
Hex 30 2 91 43 63 0 2B 103 61 1D
Octal 60 2 221 103 143 0 53 403 141 35
Binary 110000 10 10010001 1000011 1100011 0 101011 100000011 1100001 11101

Color Harmonies of #300291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300291

Black with #300291

Text Example


Text Example

White with #300291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300291; }

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

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

background-color css

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

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

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

border-color css

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

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

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