Html Css Color HEX #300769 Persian Indigo

📋 copy color: '#300769'

red 48 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #300769

Tints of Persian Indigo #300769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.38%

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

R = 30%
G = 4.38%
B = 65.63%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#300769 (or 0x300769) is known color: Persian Indigo. HEX triplet: 30, 07 and 69. RGB value is (48,7,105). Sum of RGB (Red+Green+Blue) = 48+7+105=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #300769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300769 is #CFF896. Grayscale: #1E1E1E. Windows color (decimal): -13629591 or 6883120. OLE color: 6883120.

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

Color convert

RGB 48 7 105 -
CMYK 0.54 0.93 0 0.59
HSL 265.1º 0.88% 0.22% -
HSV(B) 265.1º 0.93% 0.41% -
XYZ 3.84 1.8 13.51 -
YUV 30.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 48 7 105 0.54 0.93 0 0.59 265.1 0.88 0.22
Hex 30 7 69 36 5D 0 3B 109 58 16
Octal 60 7 151 66 135 0 73 411 130 26
Binary 110000 111 1101001 110110 1011101 0 111011 100001001 1011000 10110

Color Harmonies of #300769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300769

Black with #300769

Text Example


Text Example

White with #300769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300769; }

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

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

background-color css

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

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

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

border-color css

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

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

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