Html Css Color HEX #30096F Persian Indigo

📋 copy color: '#30096F'

red 48 ◦ green 9 ◦ blue 111

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

Shades of Persian Indigo #30096F

Tints of Persian Indigo #30096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 111 (43.75% from 255) = 66.07%

R = 28.57%
G = 5.36%
B = 66.07%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30096F (or 0x30096F) is known color: Persian Indigo. HEX triplet: 30, 09 and 6F. RGB value is (48,9,111). Sum of RGB (Red+Green+Blue) = 48+9+111=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #30096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30096F is #CFF690. Grayscale: #1F1F1F. Windows color (decimal): -13629073 or 7276848. OLE color: 7276848.

HSL color Cylindrical-coordinate representation of color #30096F: hue angle of 262.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30096F is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 9 111 -
CMYK 0.57 0.92 0 0.56
HSL 262.94º 0.85% 0.24% -
HSV(B) 262.94º 0.92% 0.44% -
XYZ 4.19 1.97 15.2 -
YUV 32.29 172.42 139.21 -
System Red Green Blue C M Y K H S L
Decimal 48 9 111 0.57 0.92 0 0.56 262.94 0.85 0.24
Hex 30 9 6F 39 5C 0 38 107 55 18
Octal 60 11 157 71 134 0 70 407 125 30
Binary 110000 1001 1101111 111001 1011100 0 111000 100000111 1010101 11000

Color Harmonies of #30096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30096F

Black with #30096F

Text Example


Text Example

White with #30096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30096F; }

 p { color: rgb(48,9,111); }

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

background-color css

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

 a { background-color: rgb(48,9,111); }

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

border-color css

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

 span { border-color: rgb(48,9,111); }

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