Html Css Color HEX #30127F Persian Indigo

📋 copy color: '#30127F'

red 48 ◦ green 18 ◦ blue 127

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

Shades of Persian Indigo #30127F

Tints of Persian Indigo #30127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 24.87%
G = 9.33%
B = 65.8%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30127F (or 0x30127F) is known color: Persian Indigo. HEX triplet: 30, 12 and 7F. RGB value is (48,18,127). Sum of RGB (Red+Green+Blue) = 48+18+127=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #30127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30127F is #CFED80. Grayscale: #262626. Windows color (decimal): -13626753 or 8327728. OLE color: 8327728.

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

Color convert

RGB 48 18 127 -
CMYK 0.62 0.86 0 0.50
HSL 256.51º 0.75% 0.28% -
HSV(B) 256.51º 0.86% 0.5% -
XYZ 5.27 2.59 20.3 -
YUV 39.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 48 18 127 0.62 0.86 0 0.50 256.51 0.75 0.28
Hex 30 12 7F 3E 56 0 32 101 4B 1C
Octal 60 22 177 76 126 0 62 401 113 34
Binary 110000 10010 1111111 111110 1010110 0 110010 100000001 1001011 11100

Color Harmonies of #30127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30127F

Black with #30127F

Text Example


Text Example

White with #30127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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