Html Css Color HEX #30026C Persian Indigo

📋 copy color: '#30026C'

red 48 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #30026C

Tints of Persian Indigo #30026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 30.38%
G = 1.27%
B = 68.35%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30026C (or 0x30026C) is known color: Persian Indigo. HEX triplet: 30, 02 and 6C. RGB value is (48,2,108). Sum of RGB (Red+Green+Blue) = 48+2+108=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #30026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30026C is #CFFD93. Grayscale: #1B1B1B. Windows color (decimal): -13630868 or 7078448. OLE color: 7078448.

HSL color Cylindrical-coordinate representation of color #30026C: hue angle of 266.04º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30026C is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 2 108 -
CMYK 0.56 0.98 0 0.58
HSL 266.04º 0.96% 0.22% -
HSV(B) 266.04º 0.98% 0.42% -
XYZ 3.95 1.75 14.32 -
YUV 27.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 48 2 108 0.56 0.98 0 0.58 266.04 0.96 0.22
Hex 30 2 6C 38 62 0 3A 10A 60 16
Octal 60 2 154 70 142 0 72 412 140 26
Binary 110000 10 1101100 111000 1100010 0 111010 100001010 1100000 10110

Color Harmonies of #30026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30026C

Black with #30026C

Text Example


Text Example

White with #30026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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