Html Css Color HEX #301269 Persian Indigo

📋 copy color: '#301269'

red 48 ◦ green 18 ◦ blue 105

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

Shades of Persian Indigo #301269

Tints of Persian Indigo #301269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 28.07%
G = 10.53%
B = 61.4%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#301269 (or 0x301269) is known color: Persian Indigo. HEX triplet: 30, 12 and 69. RGB value is (48,18,105). Sum of RGB (Red+Green+Blue) = 48+18+105=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #301269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301269 is #CFED96. Grayscale: #242424. Windows color (decimal): -13626775 or 6885936. OLE color: 6885936.

HSL color Cylindrical-coordinate representation of color #301269: hue angle of 260.69º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301269 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 18 105 -
CMYK 0.54 0.83 0 0.59
HSL 260.69º 0.71% 0.24% -
HSV(B) 260.69º 0.83% 0.41% -
XYZ 3.99 2.08 13.56 -
YUV 36.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 48 18 105 0.54 0.83 0 0.59 260.69 0.71 0.24
Hex 30 12 69 36 53 0 3B 105 47 18
Octal 60 22 151 66 123 0 73 405 107 30
Binary 110000 10010 1101001 110110 1010011 0 111011 100000101 1000111 11000

Color Harmonies of #301269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301269

Black with #301269

Text Example


Text Example

White with #301269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301269; }

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

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

background-color css

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

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

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

border-color css

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

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

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