Html Css Color HEX #250268 Persian Indigo

📋 copy color: '#250268'

red 37 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #250268

Tints of Persian Indigo #250268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 72.73%

R = 25.87%
G = 1.4%
B = 72.73%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250268 (or 0x250268) is known color: Persian Indigo. HEX triplet: 25, 02 and 68. RGB value is (37,2,104). Sum of RGB (Red+Green+Blue) = 37+2+104=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #250268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250268 is #DAFD97. Grayscale: #171717. Windows color (decimal): -14351768 or 6816293. OLE color: 6816293.

HSL color Cylindrical-coordinate representation of color #250268: hue angle of 260.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250268 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 2 104 -
CMYK 0.64 0.98 0 0.59
HSL 260.59º 0.96% 0.21% -
HSV(B) 260.59º 0.98% 0.41% -
XYZ 3.28 1.44 13.2 -
YUV 24.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 37 2 104 0.64 0.98 0 0.59 260.59 0.96 0.21
Hex 25 2 68 40 62 0 3B 105 60 15
Octal 45 2 150 100 142 0 73 405 140 25
Binary 100101 10 1101000 1000000 1100010 0 111011 100000101 1100000 10101

Color Harmonies of #250268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250268

Black with #250268

Text Example


Text Example

White with #250268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250268; }

 p { color: rgb(37,2,104); }

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

background-color css

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

 a { background-color: rgb(37,2,104); }

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

border-color css

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

 span { border-color: rgb(37,2,104); }

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