Html Css Color HEX #30107F Persian Indigo

📋 copy color: '#30107F'

red 48 ◦ green 16 ◦ blue 127

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

Shades of Persian Indigo #30107F

Tints of Persian Indigo #30107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

 BLUE value IS 127 (50% from 255) = 66.49%

R = 25.13%
G = 8.38%
B = 66.49%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30107F (or 0x30107F) is known color: Persian Indigo. HEX triplet: 30, 10 and 7F. RGB value is (48,16,127). Sum of RGB (Red+Green+Blue) = 48+16+127=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #30107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30107F is #CFEF80. Grayscale: #252525. Windows color (decimal): -13627265 or 8327216. OLE color: 8327216.

HSL color Cylindrical-coordinate representation of color #30107F: hue angle of 257.3º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30107F is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 16 127 -
CMYK 0.62 0.87 0 0.50
HSL 257.3º 0.78% 0.28% -
HSV(B) 257.3º 0.87% 0.5% -
XYZ 5.23 2.53 20.29 -
YUV 38.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 48 16 127 0.62 0.87 0 0.50 257.3 0.78 0.28
Hex 30 10 7F 3E 57 0 32 101 4E 1C
Octal 60 20 177 76 127 0 62 401 116 34
Binary 110000 10000 1111111 111110 1010111 0 110010 100000001 1001110 11100

Color Harmonies of #30107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30107F

Black with #30107F

Text Example


Text Example

White with #30107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,16,127); }

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

background-color css

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

 a { background-color: rgb(48,16,127); }

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

border-color css

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

 span { border-color: rgb(48,16,127); }

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