Html Css Color HEX #30267C Persian Indigo

📋 copy color: '#30267C'

red 48 ◦ green 38 ◦ blue 124

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

Shades of Persian Indigo #30267C

Tints of Persian Indigo #30267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 22.86%
G = 18.1%
B = 59.05%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30267C (or 0x30267C) is known color: Persian Indigo. HEX triplet: 30, 26 and 7C. RGB value is (48,38,124). Sum of RGB (Red+Green+Blue) = 48+38+124=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #30267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30267C is #CFD983. Grayscale: #323232. Windows color (decimal): -13621636 or 8136240. OLE color: 8136240.

HSL color Cylindrical-coordinate representation of color #30267C: hue angle of 246.98º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30267C is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 38 124 -
CMYK 0.61 0.69 0 0.51
HSL 246.98º 0.53% 0.32% -
HSV(B) 246.98º 0.69% 0.49% -
XYZ 5.55 3.47 19.45 -
YUV 50.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 48 38 124 0.61 0.69 0 0.51 246.98 0.53 0.32
Hex 30 26 7C 3D 45 0 33 F7 35 20
Octal 60 46 174 75 105 0 63 367 65 40
Binary 110000 100110 1111100 111101 1000101 0 110011 11110111 110101 100000

Color Harmonies of #30267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30267C

Black with #30267C

Text Example


Text Example

White with #30267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30267C; }

 p { color: rgb(48,38,124); }

 H1.HeaderClassName
 {
   color: #30267C;
 }
 .AnyTagClassName
 {
   color: #30267C;
 }
</style>

background-color css

<style>
 a { background-color: #30267C; }

 a { background-color: rgb(48,38,124); }

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

border-color css

<style>
 span { border-color: #30267C; }

 span { border-color: rgb(48,38,124); }

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