Html Css Color HEX #250C85 Persian Indigo

📋 copy color: '#250C85'

red 37 ◦ green 12 ◦ blue 133

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

Shades of Persian Indigo #250C85

Tints of Persian Indigo #250C85

RGB

 RED value IS 37 (14.84% from 255) = 20.33%

 GREEN value IS 12 (5.08% from 255) = 6.59%

 BLUE value IS 133 (52.34% from 255) = 73.08%

R = 20.33%
G = 6.59%
B = 73.08%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#250C85 (or 0x250C85) is known color: Persian Indigo. HEX triplet: 25, 0C and 85. RGB value is (37,12,133). Sum of RGB (Red+Green+Blue) = 37+12+133=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #250C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250C85 is #DAF37A. Grayscale: #202020. Windows color (decimal): -14349179 or 8719397. OLE color: 8719397.

HSL color Cylindrical-coordinate representation of color #250C85: hue angle of 252.4º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250C85 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 12 133 -
CMYK 0.72 0.91 0 0.48
HSL 252.4º 0.83% 0.28% -
HSV(B) 252.4º 0.91% 0.52% -
XYZ 5.13 2.35 22.37 -
YUV 33.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 37 12 133 0.72 0.91 0 0.48 252.4 0.83 0.28
Hex 25 C 85 48 5B 0 30 FC 53 1C
Octal 45 14 205 110 133 0 60 374 123 34
Binary 100101 1100 10000101 1001000 1011011 0 110000 11111100 1010011 11100

Color Harmonies of #250C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C85

Black with #250C85

Text Example


Text Example

White with #250C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C85; }

 p { color: rgb(37,12,133); }

 H1.HeaderClassName
 {
   color: #250C85;
 }
 .AnyTagClassName
 {
   color: #250C85;
 }
</style>

background-color css

<style>
 a { background-color: #250C85; }

 a { background-color: rgb(37,12,133); }

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

border-color css

<style>
 span { border-color: #250C85; }

 span { border-color: rgb(37,12,133); }

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