Html Css Color HEX #30006C Persian Indigo

📋 copy color: '#30006C'

red 48 ◦ green 0 ◦ blue 108

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

Shades of Persian Indigo #30006C

Tints of Persian Indigo #30006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 30.77%
G = 0%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30006C (or 0x30006C) is known color: Persian Indigo. HEX triplet: 30, 00 and 6C. RGB value is (48,0,108). Sum of RGB (Red+Green+Blue) = 48+0+108=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #30006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30006C is #CFFF93. Grayscale: #1A1A1A. Windows color (decimal): -13631380 or 7077936. OLE color: 7077936.

HSL color Cylindrical-coordinate representation of color #30006C: hue angle of 266.67º 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 #30006C is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 0 108 -
CMYK 0.56 1 0 0.58
HSL 266.67º 1% 0.21% -
HSV(B) 266.67º 1% 0.42% -
XYZ 3.93 1.71 14.31 -
YUV 26.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 48 0 108 0.56 1 0 0.58 266.67 1 0.21
Hex 30 0 6C 38 64 0 3A 10B 64 15
Octal 60 0 154 70 144 0 72 413 144 25
Binary 110000 0 1101100 111000 1100100 0 111010 100001011 1100100 10101

Color Harmonies of #30006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30006C

Black with #30006C

Text Example


Text Example

White with #30006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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