Html Css Color HEX #30006A Persian Indigo

📋 copy color: '#30006A'

red 48 ◦ green 0 ◦ blue 106

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

Shades of Persian Indigo #30006A

Tints of Persian Indigo #30006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 68.83%

R = 31.17%
G = 0%
B = 68.83%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30006A (or 0x30006A) is known color: Persian Indigo. HEX triplet: 30, 00 and 6A. RGB value is (48,0,106). Sum of RGB (Red+Green+Blue) = 48+0+106=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 106 (41.80% from 255 or 68.83% from 154); Max value from RGB is 106 - color contains mainly: blue. Hex color #30006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30006A is #CFFF95. Grayscale: #1A1A1A. Windows color (decimal): -13631382 or 6946864. OLE color: 6946864.

HSL color Cylindrical-coordinate representation of color #30006A: hue angle of 267.17º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30006A is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 0 106 -
CMYK 0.55 1 0 0.58
HSL 267.17º 1% 0.21% -
HSV(B) 267.17º 1% 0.42% -
XYZ 3.82 1.67 13.76 -
YUV 26.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 48 0 106 0.55 1 0 0.58 267.17 1 0.21
Hex 30 0 6A 37 64 0 3A 10B 64 15
Octal 60 0 152 67 144 0 72 413 144 25
Binary 110000 0 1101010 110111 1100100 0 111010 100001011 1100100 10101

Color Harmonies of #30006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30006A

Black with #30006A

Text Example


Text Example

White with #30006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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