Html Css Color HEX #30127B Persian Indigo

📋 copy color: '#30127B'

red 48 ◦ green 18 ◦ blue 123

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

Shades of Persian Indigo #30127B

Tints of Persian Indigo #30127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

 BLUE value IS 123 (48.44% from 255) = 65.08%

R = 25.4%
G = 9.52%
B = 65.08%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30127B (or 0x30127B) is known color: Persian Indigo. HEX triplet: 30, 12 and 7B. RGB value is (48,18,123). Sum of RGB (Red+Green+Blue) = 48+18+123=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #30127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30127B is #CFED84. Grayscale: #262626. Windows color (decimal): -13626757 or 8065584. OLE color: 8065584.

HSL color Cylindrical-coordinate representation of color #30127B: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30127B is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 18 123 -
CMYK 0.61 0.85 0 0.52
HSL 257.14º 0.74% 0.28% -
HSV(B) 257.14º 0.85% 0.48% -
XYZ 5.01 2.49 18.96 -
YUV 38.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 48 18 123 0.61 0.85 0 0.52 257.14 0.74 0.28
Hex 30 12 7B 3D 55 0 34 101 4A 1C
Octal 60 22 173 75 125 0 64 401 112 34
Binary 110000 10010 1111011 111101 1010101 0 110100 100000001 1001010 11100

Color Harmonies of #30127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30127B

Black with #30127B

Text Example


Text Example

White with #30127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30127B; }

 p { color: rgb(48,18,123); }

 H1.HeaderClassName
 {
   color: #30127B;
 }
 .AnyTagClassName
 {
   color: #30127B;
 }
</style>

background-color css

<style>
 a { background-color: #30127B; }

 a { background-color: rgb(48,18,123); }

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

border-color css

<style>
 span { border-color: #30127B; }

 span { border-color: rgb(48,18,123); }

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