Html Css Color HEX #30029D Persian Indigo

📋 copy color: '#30029D'

red 48 ◦ green 2 ◦ blue 157

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

Shades of Persian Indigo #30029D

Tints of Persian Indigo #30029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 157 (61.72% from 255) = 75.85%

R = 23.19%
G = 0.97%
B = 75.85%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30029D (or 0x30029D) is known color: Persian Indigo. HEX triplet: 30, 02 and 9D. RGB value is (48,2,157). Sum of RGB (Red+Green+Blue) = 48+2+157=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #30029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30029D is #CFFD62. Grayscale: #202020. Windows color (decimal): -13630819 or 10289712. OLE color: 10289712.

HSL color Cylindrical-coordinate representation of color #30029D: hue angle of 257.81º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30029D is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 2 157 -
CMYK 0.69 0.99 0 0.38
HSL 257.81º 0.97% 0.31% -
HSV(B) 257.81º 0.99% 0.62% -
XYZ 7.33 3.11 32.11 -
YUV 33.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 48 2 157 0.69 0.99 0 0.38 257.81 0.97 0.31
Hex 30 2 9D 45 63 0 26 102 61 1F
Octal 60 2 235 105 143 0 46 402 141 37
Binary 110000 10 10011101 1000101 1100011 0 100110 100000010 1100001 11111

Color Harmonies of #30029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30029D

Black with #30029D

Text Example


Text Example

White with #30029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,2,157); }

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

background-color css

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

 a { background-color: rgb(48,2,157); }

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

border-color css

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

 span { border-color: rgb(48,2,157); }

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