Html Css Color HEX #30196C Persian Indigo

📋 copy color: '#30196C'

red 48 ◦ green 25 ◦ blue 108

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

Shades of Persian Indigo #30196C

Tints of Persian Indigo #30196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

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

R = 26.52%
G = 13.81%
B = 59.67%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30196C (or 0x30196C) is known color: Persian Indigo. HEX triplet: 30, 19 and 6C. RGB value is (48,25,108). Sum of RGB (Red+Green+Blue) = 48+25+108=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #30196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196C is #CFE693. Grayscale: #292929. Windows color (decimal): -13624980 or 7084336. OLE color: 7084336.

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

Color convert

RGB 48 25 108 -
CMYK 0.56 0.77 0 0.58
HSL 256.63º 0.62% 0.26% -
HSV(B) 256.63º 0.77% 0.42% -
XYZ 4.27 2.41 14.43 -
YUV 41.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 48 25 108 0.56 0.77 0 0.58 256.63 0.62 0.26
Hex 30 19 6C 38 4D 0 3A 101 3E 1A
Octal 60 31 154 70 115 0 72 401 76 32
Binary 110000 11001 1101100 111000 1001101 0 111010 100000001 111110 11010

Color Harmonies of #30196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30196C

Black with #30196C

Text Example


Text Example

White with #30196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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