Html Css Color HEX #30147F Persian Indigo

📋 copy color: '#30147F'

red 48 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #30147F

Tints of Persian Indigo #30147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

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

R = 24.62%
G = 10.26%
B = 65.13%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30147F (or 0x30147F) is known color: Persian Indigo. HEX triplet: 30, 14 and 7F. RGB value is (48,20,127). Sum of RGB (Red+Green+Blue) = 48+20+127=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #30147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30147F is #CFEB80. Grayscale: #282828. Windows color (decimal): -13626241 or 8328240. OLE color: 8328240.

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

Color convert

RGB 48 20 127 -
CMYK 0.62 0.84 0 0.50
HSL 255.7º 0.73% 0.29% -
HSV(B) 255.7º 0.84% 0.5% -
XYZ 5.3 2.66 20.31 -
YUV 40.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 48 20 127 0.62 0.84 0 0.50 255.7 0.73 0.29
Hex 30 14 7F 3E 54 0 32 100 49 1D
Octal 60 24 177 76 124 0 62 400 111 35
Binary 110000 10100 1111111 111110 1010100 0 110010 100000000 1001001 11101

Color Harmonies of #30147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30147F

Black with #30147F

Text Example


Text Example

White with #30147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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