Html Css Color HEX #231DB0 Persian Blue

📋 copy color: '#231DB0'

red 35 ◦ green 29 ◦ blue 176

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

Shades of Persian Blue #231DB0

Tints of Persian Blue #231DB0

RGB

 RED value IS 35 (14.06% from 255) = 14.58%

 GREEN value IS 29 (11.72% from 255) = 12.08%

 BLUE value IS 176 (69.14% from 255) = 73.33%

R = 14.58%
G = 12.08%
B = 73.33%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#231DB0 (or 0x231DB0) is known color: Persian Blue. HEX triplet: 23, 1D and B0. RGB value is (35,29,176). Sum of RGB (Red+Green+Blue) = 35+29+176=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #231DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231DB0 is #DCE24F. Grayscale: #2E2E2E. Windows color (decimal): -14475856 or 11541795. OLE color: 11541795.

HSL color Cylindrical-coordinate representation of color #231DB0: hue angle of 242.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231DB0 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 29 176 -
CMYK 0.80 0.84 0 0.31
HSL 242.45º 0.72% 0.4% -
HSV(B) 242.45º 0.84% 0.69% -
XYZ 8.97 4.37 41.45 -
YUV 47.55 200.49 119.05 -
System Red Green Blue C M Y K H S L
Decimal 35 29 176 0.80 0.84 0 0.31 242.45 0.72 0.4
Hex 23 1D B0 50 54 0 1F F2 48 28
Octal 43 35 260 120 124 0 37 362 110 50
Binary 100011 11101 10110000 1010000 1010100 0 11111 11110010 1001000 101000

Color Harmonies of #231DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231DB0

Black with #231DB0

Text Example


Text Example

White with #231DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231DB0; }

 p { color: rgb(35,29,176); }

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

background-color css

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

 a { background-color: rgb(35,29,176); }

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

border-color css

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

 span { border-color: rgb(35,29,176); }

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