Html Css Color HEX #30237F Persian Indigo

📋 copy color: '#30237F'

red 48 ◦ green 35 ◦ blue 127

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

Shades of Persian Indigo #30237F

Tints of Persian Indigo #30237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 22.86%
G = 16.67%
B = 60.48%

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

#30237F (or 0x30237F) is known color: Persian Indigo. HEX triplet: 30, 23 and 7F. RGB value is (48,35,127). Sum of RGB (Red+Green+Blue) = 48+35+127=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #30237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30237F is #CFDC80. Grayscale: #313131. Windows color (decimal): -13622401 or 8332080. OLE color: 8332080.

HSL color Cylindrical-coordinate representation of color #30237F: hue angle of 248.48º degrees, saturation: 0.57, 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 #30237F is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 35 127 -
CMYK 0.62 0.72 0 0.50
HSL 248.48º 0.57% 0.32% -
HSV(B) 248.48º 0.72% 0.5% -
XYZ 5.65 3.36 20.43 -
YUV 49.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 48 35 127 0.62 0.72 0 0.50 248.48 0.57 0.32
Hex 30 23 7F 3E 48 0 32 F8 39 20
Octal 60 43 177 76 110 0 62 370 71 40
Binary 110000 100011 1111111 111110 1001000 0 110010 11111000 111001 100000

Color Harmonies of #30237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30237F

Black with #30237F

Text Example


Text Example

White with #30237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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