Html Css Color HEX #230683 Persian Indigo

📋 copy color: '#230683'

red 35 ◦ green 6 ◦ blue 131

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

Shades of Persian Indigo #230683

Tints of Persian Indigo #230683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

 BLUE value IS 131 (51.56% from 255) = 76.16%

R = 20.35%
G = 3.49%
B = 76.16%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#230683 (or 0x230683) is known color: Persian Indigo. HEX triplet: 23, 06 and 83. RGB value is (35,6,131). Sum of RGB (Red+Green+Blue) = 35+6+131=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #230683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230683 is #DCF97C. Grayscale: #1C1C1C. Windows color (decimal): -14481789 or 8586787. OLE color: 8586787.

HSL color Cylindrical-coordinate representation of color #230683: hue angle of 253.92º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230683 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 6 131 -
CMYK 0.73 0.95 0 0.49
HSL 253.92º 0.91% 0.27% -
HSV(B) 253.92º 0.95% 0.51% -
XYZ 4.85 2.13 21.63 -
YUV 28.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 35 6 131 0.73 0.95 0 0.49 253.92 0.91 0.27
Hex 23 6 83 49 5F 0 31 FE 5B 1B
Octal 43 6 203 111 137 0 61 376 133 33
Binary 100011 110 10000011 1001001 1011111 0 110001 11111110 1011011 11011

Color Harmonies of #230683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230683

Black with #230683

Text Example


Text Example

White with #230683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230683; }

 p { color: rgb(35,6,131); }

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

background-color css

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

 a { background-color: rgb(35,6,131); }

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

border-color css

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

 span { border-color: rgb(35,6,131); }

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