Html Css Color HEX #301069 Persian Indigo

📋 copy color: '#301069'

red 48 ◦ green 16 ◦ blue 105

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

Shades of Persian Indigo #301069

Tints of Persian Indigo #301069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 28.4%
G = 9.47%
B = 62.13%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#301069 (or 0x301069) is known color: Persian Indigo. HEX triplet: 30, 10 and 69. RGB value is (48,16,105). Sum of RGB (Red+Green+Blue) = 48+16+105=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #301069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301069 is #CFEF96. Grayscale: #232323. Windows color (decimal): -13627287 or 6885424. OLE color: 6885424.

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

Color convert

RGB 48 16 105 -
CMYK 0.54 0.85 0 0.59
HSL 261.57º 0.74% 0.24% -
HSV(B) 261.57º 0.85% 0.41% -
XYZ 3.95 2.02 13.55 -
YUV 35.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 48 16 105 0.54 0.85 0 0.59 261.57 0.74 0.24
Hex 30 10 69 36 55 0 3B 106 4A 18
Octal 60 20 151 66 125 0 73 406 112 30
Binary 110000 10000 1101001 110110 1010101 0 111011 100000110 1001010 11000

Color Harmonies of #301069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301069

Black with #301069

Text Example


Text Example

White with #301069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301069; }

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

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

background-color css

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

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

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

border-color css

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

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

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