Html Css Color HEX #300668 Persian Indigo

📋 copy color: '#300668'

red 48 ◦ green 6 ◦ blue 104

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

Shades of Persian Indigo #300668

Tints of Persian Indigo #300668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

 BLUE value IS 104 (41.02% from 255) = 65.82%

R = 30.38%
G = 3.8%
B = 65.82%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#300668 (or 0x300668) is known color: Persian Indigo. HEX triplet: 30, 06 and 68. RGB value is (48,6,104). Sum of RGB (Red+Green+Blue) = 48+6+104=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #300668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300668 is #CFF997. Grayscale: #1D1D1D. Windows color (decimal): -13629848 or 6817328. OLE color: 6817328.

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

Color convert

RGB 48 6 104 -
CMYK 0.54 0.94 0 0.59
HSL 265.71º 0.89% 0.22% -
HSV(B) 265.71º 0.94% 0.41% -
XYZ 3.78 1.76 13.24 -
YUV 29.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 48 6 104 0.54 0.94 0 0.59 265.71 0.89 0.22
Hex 30 6 68 36 5E 0 3B 10A 59 16
Octal 60 6 150 66 136 0 73 412 131 26
Binary 110000 110 1101000 110110 1011110 0 111011 100001010 1011001 10110

Color Harmonies of #300668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300668

Black with #300668

Text Example


Text Example

White with #300668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300668; }

 p { color: rgb(48,6,104); }

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

background-color css

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

 a { background-color: rgb(48,6,104); }

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

border-color css

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

 span { border-color: rgb(48,6,104); }

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