Html Css Color HEX #30247F Persian Indigo

📋 copy color: '#30247F'

red 48 ◦ green 36 ◦ blue 127

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

Shades of Persian Indigo #30247F

Tints of Persian Indigo #30247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

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

R = 22.75%
G = 17.06%
B = 60.19%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30247F (or 0x30247F) is known color: Persian Indigo. HEX triplet: 30, 24 and 7F. RGB value is (48,36,127). Sum of RGB (Red+Green+Blue) = 48+36+127=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #30247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30247F is #CFDB80. Grayscale: #313131. Windows color (decimal): -13622145 or 8332336. OLE color: 8332336.

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

Color convert

RGB 48 36 127 -
CMYK 0.62 0.72 0 0.50
HSL 247.91º 0.56% 0.32% -
HSV(B) 247.91º 0.72% 0.5% -
XYZ 5.68 3.42 20.44 -
YUV 49.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 48 36 127 0.62 0.72 0 0.50 247.91 0.56 0.32
Hex 30 24 7F 3E 48 0 32 F8 38 20
Octal 60 44 177 76 110 0 62 370 70 40
Binary 110000 100100 1111111 111110 1001000 0 110010 11111000 111000 100000

Color Harmonies of #30247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30247F

Black with #30247F

Text Example


Text Example

White with #30247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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