Html Css Color HEX #30247D Persian Indigo

📋 copy color: '#30247D'

red 48 ◦ green 36 ◦ blue 125

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

Shades of Persian Indigo #30247D

Tints of Persian Indigo #30247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.81%

R = 22.97%
G = 17.22%
B = 59.81%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30247D (or 0x30247D) is known color: Persian Indigo. HEX triplet: 30, 24 and 7D. RGB value is (48,36,125). Sum of RGB (Red+Green+Blue) = 48+36+125=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #30247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30247D is #CFDB82. Grayscale: #313131. Windows color (decimal): -13622147 or 8201264. OLE color: 8201264.

HSL color Cylindrical-coordinate representation of color #30247D: hue angle of 248.09º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30247D is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 36 125 -
CMYK 0.62 0.71 0 0.51
HSL 248.09º 0.55% 0.32% -
HSV(B) 248.09º 0.71% 0.49% -
XYZ 5.55 3.37 19.76 -
YUV 49.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 48 36 125 0.62 0.71 0 0.51 248.09 0.55 0.32
Hex 30 24 7D 3E 47 0 33 F8 37 20
Octal 60 44 175 76 107 0 63 370 67 40
Binary 110000 100100 1111101 111110 1000111 0 110011 11111000 110111 100000

Color Harmonies of #30247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30247D

Black with #30247D

Text Example


Text Example

White with #30247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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