Html Css Color HEX #300068 Persian Indigo

📋 copy color: '#300068'

red 48 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #300068

Tints of Persian Indigo #300068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.58%
G = 0%
B = 68.42%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#300068 (or 0x300068) is known color: Persian Indigo. HEX triplet: 30, 00 and 68. RGB value is (48,0,104). Sum of RGB (Red+Green+Blue) = 48+0+104=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #300068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300068 is #CFFF97. Grayscale: #191919. Windows color (decimal): -13631384 or 6815792. OLE color: 6815792.

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

Color convert

RGB 48 0 104 -
CMYK 0.54 1 0 0.59
HSL 267.69º 1% 0.2% -
HSV(B) 267.69º 1% 0.41% -
XYZ 3.72 1.63 13.21 -
YUV 26.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 48 0 104 0.54 1 0 0.59 267.69 1 0.2
Hex 30 0 68 36 64 0 3B 10C 64 14
Octal 60 0 150 66 144 0 73 414 144 24
Binary 110000 0 1101000 110110 1100100 0 111011 100001100 1100100 10100

Color Harmonies of #300068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300068

Black with #300068

Text Example


Text Example

White with #300068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300068; }

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

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

background-color css

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

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

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

border-color css

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

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

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