Html Css Color HEX #301469 Persian Indigo

📋 copy color: '#301469'

red 48 ◦ green 20 ◦ blue 105

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

Shades of Persian Indigo #301469

Tints of Persian Indigo #301469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

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

R = 27.75%
G = 11.56%
B = 60.69%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#301469 (or 0x301469) is known color: Persian Indigo. HEX triplet: 30, 14 and 69. RGB value is (48,20,105). Sum of RGB (Red+Green+Blue) = 48+20+105=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #301469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301469 is #CFEB96. Grayscale: #252525. Windows color (decimal): -13626263 or 6886448. OLE color: 6886448.

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

Color convert

RGB 48 20 105 -
CMYK 0.54 0.81 0 0.59
HSL 259.76º 0.68% 0.25% -
HSV(B) 259.76º 0.81% 0.41% -
XYZ 4.02 2.15 13.57 -
YUV 38.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 48 20 105 0.54 0.81 0 0.59 259.76 0.68 0.25
Hex 30 14 69 36 51 0 3B 104 44 19
Octal 60 24 151 66 121 0 73 404 104 31
Binary 110000 10100 1101001 110110 1010001 0 111011 100000100 1000100 11001

Color Harmonies of #301469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301469

Black with #301469

Text Example


Text Example

White with #301469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301469; }

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

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

background-color css

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

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

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

border-color css

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

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

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