Html Css Color HEX #301275 Persian Indigo

📋 copy color: '#301275'

red 48 ◦ green 18 ◦ blue 117

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

Shades of Persian Indigo #301275

Tints of Persian Indigo #301275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 26.23%
G = 9.84%
B = 63.93%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301275 (or 0x301275) is known color: Persian Indigo. HEX triplet: 30, 12 and 75. RGB value is (48,18,117). Sum of RGB (Red+Green+Blue) = 48+18+117=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #301275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301275 is #CFED8A. Grayscale: #252525. Windows color (decimal): -13626763 or 7672368. OLE color: 7672368.

HSL color Cylindrical-coordinate representation of color #301275: hue angle of 258.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301275 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 18 117 -
CMYK 0.59 0.85 0 0.54
HSL 258.18º 0.73% 0.26% -
HSV(B) 258.18º 0.85% 0.46% -
XYZ 4.65 2.35 17.04 -
YUV 38.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 48 18 117 0.59 0.85 0 0.54 258.18 0.73 0.26
Hex 30 12 75 3B 55 0 36 102 49 1A
Octal 60 22 165 73 125 0 66 402 111 32
Binary 110000 10010 1110101 111011 1010101 0 110110 100000010 1001001 11010

Color Harmonies of #301275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301275

Black with #301275

Text Example


Text Example

White with #301275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301275; }

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

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

background-color css

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

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

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

border-color css

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

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

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