Html Css Color HEX #301369 Persian Indigo

📋 copy color: '#301369'

red 48 ◦ green 19 ◦ blue 105

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

Shades of Persian Indigo #301369

Tints of Persian Indigo #301369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 27.91%
G = 11.05%
B = 61.05%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#301369 (or 0x301369) is known color: Persian Indigo. HEX triplet: 30, 13 and 69. RGB value is (48,19,105). Sum of RGB (Red+Green+Blue) = 48+19+105=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #301369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301369 is #CFEC96. Grayscale: #252525. Windows color (decimal): -13626519 or 6886192. OLE color: 6886192.

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

Color convert

RGB 48 19 105 -
CMYK 0.54 0.82 0 0.59
HSL 260.23º 0.69% 0.24% -
HSV(B) 260.23º 0.82% 0.41% -
XYZ 4 2.11 13.56 -
YUV 37.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 48 19 105 0.54 0.82 0 0.59 260.23 0.69 0.24
Hex 30 13 69 36 52 0 3B 104 45 18
Octal 60 23 151 66 122 0 73 404 105 30
Binary 110000 10011 1101001 110110 1010010 0 111011 100000100 1000101 11000

Color Harmonies of #301369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301369

Black with #301369

Text Example


Text Example

White with #301369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301369; }

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

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

background-color css

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

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

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

border-color css

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

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

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